.breadcrumbs {
  background: rgb(195,216,243);
   background: -webkit-linear-gradient(90deg, rgba(195,216,243,1) 16%, rgba(233,243,252,1) 91%);
   background: -moz-linear-gradient(90deg, rgba(195,216,243,1) 16%, rgba(233,243,252,1) 91%);
   background: -o-linear-gradient(90deg, rgba(195,216,243,1) 16%, rgba(233,243,252,1) 91%);
   background: linear-gradient(90deg, rgba(195,216,243,1) 16%, rgba(233,243,252,1) 91%);
  padding: 5px;
  border-radius: 6px;
}

.breadcrumbs>a {
  color: black;
  font-weight: 800;
}

/*Нижний блок с кнопками навигации*/
.row.lesson-navigation {
  background: #d4e5f8!important;
  border-radius: 20px;
  padding-top: 10px!important;
  margin-top:  10px;
}

/*Верхний блок шапка с названием урока*/
.row.header-view {
  background: #abcaf1!important;
  border-radius: 20px;
}

/*Весь блок шапка урока*/
.lesson-header-block.row-section {
  background: #abcaf1!important;
  border-radius: 20px;
}

/*Название урока*/
.lesson-title-value {
  font-size: 25px;
  padding: 0px 0 10px;
}

/*Блок для ввода нового комментария*/
.simple-answer.user-answer{
  background: #d4e5f8!important;
  Border-radius: 0 0 20px 20px;
}

/*Аватарки в ответах и комментариях*/
.user-profile-image{
  Border-radius: 25px!important;
  background: #fff!important;
}

/*Блоки с комментариями*/
.user-answer {
  background: #d4e5f8!important;
  Border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}

.addfield {
  background: #fff!important;
  margin-right: 40px;
  border-radius: 10px;
  padding: 10px 0px 10px 30px!important;
}

/*Блок с заданием*/
.answer-form {
  border-radius: 20px;
  background: #abcaf1!important;
}

.lesson-mission-wrapper {
  border-radius: 20px;
  background: #ecf5ff!important;
}

/*Поле ввода ответа на задание*/
.emoji-textarea {
  border-radius: 10px!important;
  padding: 5px 0px 0px 15px!important;
  min-height: 40px!important;
} 

.emoji-button {
 padding: 1px;
}

/*Кнопка загрузки файлов*/
.uploadifive-button {
  border-radius: 10px!important;
}

/*Кнопка отправки комментария*/
.btn.btn-primary.btn-send {
  border-radius: 10px!important;
  background: #1f487e;
}

/*Кнопка отправки ответа и раскрыть больше комментариев*/
.btn.btn-primary.btn-lg {
  border-radius: 10px!important;
  background: #1f487e;
  margin-top: 20px!important;
}

/*Нижний отступ от комментариев*/
.row.row-section {
  margin-bottom: 15px!important;
}